inspector: Avoid pointless selections
authorMatthias Clasen <mclasen@redhat.com>
Sat, 5 Mar 2016 05:35:08 +0000 (00:35 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 5 Mar 2016 05:35:08 +0000 (00:35 -0500)
The CSS selector and the class hierarchy are purely
informative, no need to select anything here.

gtk/inspector/object-hierarchy.ui
gtk/inspector/selector.ui

index 12c6352c52222d45b3b811fcfb34aab7359454a9..7db49b1770a9a9493354c3f6dee463bca0796ed2 100644 (file)
             <property name="enable-tree-lines">1</property>
             <property name="show-expanders">0</property>
             <property name="level-indentation">18</property>
+           <child internal-child="selection">
+              <object class="GtkTreeSelection">
+                <property name="mode">none</property>
+              </object>
+            </child>
             <child>
               <object class="GtkTreeViewColumn">
                 <property name="title" translatable="yes">Class Hierarchy</property>
index acd8f016ac3574da0f328e18a9bc3e55f9c20467..2358bbafb1c227246534ae9b06779f4a0a02d6bd 100644 (file)
             <property name="enable-search">False</property>
             <property name="show-expanders">False</property>
             <property name="level-indentation">18</property>
+            <child internal-child="selection">
+              <object class="GtkTreeSelection">
+                <property name="mode">none</property>
+              </object>
+            </child>
             <child>
               <object class="GtkTreeViewColumn">
                 <property name="title" translatable="yes">Selector</property>